home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / installer / Data1.cab / prologue.ps1 < prev    next >
Encoding:
Text File  |  2002-12-27  |  1.0 KB  |  26 lines

  1. %
  2. %  prologue.ps
  3. %
  4. %  This file can be used to add custom PostScript code that you
  5. %  wish to have executed at the beginning of every PostScript job
  6. %  being distilled. If the option labelled "Use Prologue.ps and
  7. %  Epilogue.ps" is selected in the "Advanced" panel of the "Job
  8. %  Options" dialog, the contents of this file will be executed
  9. %  before the actual PostScript file is run. This file is executed
  10. %  when the "UsePrologue" parameter is set to "true" in the job
  11. %  options file. This file is usually located in Distiller's "Data"
  12. %  directory, but it may in fact reside anywhere in the same folder
  13. %  or directory as the Distiller application. This file can be used
  14. %  for a variety of purposes, including adding a cover page to a job
  15. %  or for defining PostScript procedures for gathering statistics
  16. %  while a PostScript job is executing.
  17. %
  18.  
  19. (Processing prologue.ps...\n) print flush
  20.  
  21. %  Insert your custom PostScript here...
  22.  
  23. (Done processing prologue.ps.\n) print flush
  24.  
  25. %  End of file.
  26.